micro_utils.dokka
0.9.3
common
micro_utils.dokka
/
dev.inmo.micro_utils.pagination.utils
/
[common]PaginatedIterator
Paginated
Iterator
common
class
PaginatedIterator
<
T
>
(
pageSize
:
Int
,
countGetter
:
(
)
->
Long
,
paginationResultGetter
:
Pagination
.
(
)
->
PaginationResult
<
T
>
)
:
Iterator
<
T
>
Content copied to clipboard
Functions
Functions
has
Next
Link copied to clipboard
common
open
operator override
fun
hasNext
(
)
:
Boolean
Content copied to clipboard
next
Link copied to clipboard
common
open
operator override
fun
next
(
)
:
T
Content copied to clipboard